home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / inter52f.zip / INT2WHLP.ZIP / I2W-TEST.ZIP / BUILD.BAT next >
DOS Batch File  |  1994-07-18  |  187b  |  11 lines

  1. @shift
  2. @if exist intwin.hpj del intwin.hpj
  3. ..\int2whlp %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. @if NOT errorlevel 1 goto ok
  5. @pause
  6. @goto done
  7. :ok
  8. hc31 intwin
  9. @if errorlevel 1 pause
  10. :done
  11.